home *** CD-ROM | disk | FTP | other *** search
/ Grapevine 20 / Grapevine 20 (Disk 1 of 2).adf / Files / arexxexamps.lha / ARTICLES / AREXX_EXAMPLES / Example5.rexx < prev    next >
OS/2 REXX Batch file  |  1980-01-07  |  41b  |  5 lines

  1. /* Example 5 */
  2.  
  3. Do 10
  4.    Say "Hello"
  5. End